home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TSTATFORM / TSTATFORM.txt
Text File  |  1996-08-04  |  1KB  |  66 lines

  1. object StatForm: TStatForm
  2.   Left = 562
  3.   Top = 161
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = ' '
  7.   ClientHeight = 255
  8.   ClientWidth = 195
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 195
  23.     Height = 12
  24.     Align = alTop
  25.     Style = bsRaised
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 0
  29.     Top = 12
  30.     Width = 4
  31.     Height = 239
  32.     Align = alLeft
  33.     Style = bsRaised
  34.   end
  35.   object Bevel3: TBevel
  36.     Left = 191
  37.     Top = 12
  38.     Width = 4
  39.     Height = 239
  40.     Align = alRight
  41.     Style = bsRaised
  42.   end
  43.   object Bevel4: TBevel
  44.     Left = 0
  45.     Top = 251
  46.     Width = 195
  47.     Height = 4
  48.     Align = alBottom
  49.     Style = bsRaised
  50.   end
  51.   object StatOut: TAnsi
  52.     Left = 4
  53.     Top = 12
  54.     Width = 187
  55.     Height = 239
  56.     MaxSize = 0
  57.     TextAttr = 112
  58.     HighlightAttr = 7
  59.     StatusBar = False
  60.     AutoFreeze = False
  61.     TabOrder = 0
  62.     Align = alClient
  63.     OnMouseDown = StatOutMouseDown
  64.   end
  65. end
  66.